﻿2026-07-16T23:17:18.8218770Z ##[group]Run set -euo pipefail
2026-07-16T23:17:18.8219549Z [36;1mset -euo pipefail[0m
2026-07-16T23:17:18.8220100Z [36;1mPIN=0c95435[0m
2026-07-16T23:17:18.8220620Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-16T23:17:18.8221320Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-16T23:17:18.8222307Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-16T23:17:18.8223673Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-16T23:17:18.8225046Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-16T23:17:18.8226066Z [36;1m  rm -rf "$CACHE"[0m
2026-07-16T23:17:18.8226679Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-16T23:17:18.8227440Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-16T23:17:18.8228562Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-16T23:17:18.8229669Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-16T23:17:18.8230380Z [36;1mfi[0m
2026-07-16T23:17:18.8231165Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-16T23:17:18.8245837Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-16T23:17:18.8246638Z env:
2026-07-16T23:17:18.8247092Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-16T23:17:18.8247717Z ##[endgroup]
2026-07-16T23:17:19.1446005Z    Compiling proc-macro2 v1.0.106
2026-07-16T23:17:19.1447213Z    Compiling unicode-ident v1.0.24
2026-07-16T23:17:19.1447795Z    Compiling quote v1.0.45
2026-07-16T23:17:19.1448324Z    Compiling libc v0.2.186
2026-07-16T23:17:19.1448848Z    Compiling serde_core v1.0.228
2026-07-16T23:17:19.1449715Z    Compiling cfg-if v1.0.4
2026-07-16T23:17:19.1450256Z    Compiling serde v1.0.228
2026-07-16T23:17:19.1502543Z    Compiling log v0.4.32
2026-07-16T23:17:19.1546833Z    Compiling pin-project-lite v0.2.17
2026-07-16T23:17:19.1564205Z    Compiling portable-atomic v1.13.1
2026-07-16T23:17:19.1566031Z    Compiling typenum v1.20.1
2026-07-16T23:17:19.1630432Z    Compiling version_check v0.9.5
2026-07-16T23:17:19.1672334Z    Compiling memchr v2.8.1
2026-07-16T23:17:19.1741674Z    Compiling critical-section v1.2.0
2026-07-16T23:17:19.1862584Z    Compiling find-msvc-tools v0.1.9
2026-07-16T23:17:19.1981157Z    Compiling shlex v2.0.1
2026-07-16T23:17:19.2440341Z    Compiling futures-core v0.3.32
2026-07-16T23:17:19.2510393Z    Compiling bytes v1.11.1
2026-07-16T23:17:19.2849406Z    Compiling subtle v2.6.1
2026-07-16T23:17:19.4091352Z    Compiling smallvec v1.15.1
2026-07-16T23:17:19.4471917Z    Compiling equivalent v1.0.2
2026-07-16T23:17:19.4525249Z    Compiling itoa v1.0.18
2026-07-16T23:17:19.4621059Z    Compiling semver v1.0.28
2026-07-16T23:17:19.5053849Z    Compiling stable_deref_trait v1.2.1
2026-07-16T23:17:19.5341883Z    Compiling futures-io v0.3.32
2026-07-16T23:17:19.5411516Z    Compiling slab v0.4.12
2026-07-16T23:17:19.5588883Z    Compiling futures-sink v0.3.32
2026-07-16T23:17:19.5820991Z    Compiling generic-array v0.14.7
2026-07-16T23:17:19.5914002Z    Compiling futures-task v0.3.32
2026-07-16T23:17:19.6520635Z    Compiling futures-channel v0.3.32
2026-07-16T23:17:19.6706464Z    Compiling rand_core v0.10.1
2026-07-16T23:17:19.7050758Z    Compiling bitflags v2.12.1
2026-07-16T23:17:19.7292054Z    Compiling hashbrown v0.17.1
2026-07-16T23:17:19.7571462Z    Compiling rustversion v1.0.22
2026-07-16T23:17:19.7773904Z    Compiling rustc_version v0.4.1
2026-07-16T23:17:19.7839049Z    Compiling cpufeatures v0.2.17
2026-07-16T23:17:19.8188102Z    Compiling getrandom v0.4.2
2026-07-16T23:17:19.8300938Z    Compiling fnv v1.0.7
2026-07-16T23:17:19.8401497Z    Compiling strsim v0.11.1
2026-07-16T23:17:19.8641097Z    Compiling cfg_aliases v0.2.1
2026-07-16T23:17:19.9060546Z    Compiling writeable v0.6.3
2026-07-16T23:17:19.9370422Z    Compiling litemap v0.8.2
2026-07-16T23:17:19.9670725Z    Compiling fs_extra v1.3.0
2026-07-16T23:17:19.9962113Z    Compiling dunce v1.0.5
2026-07-16T23:17:20.0684195Z    Compiling ident_case v1.0.1
2026-07-16T23:17:20.0686147Z    Compiling utf8_iter v1.0.4
2026-07-16T23:17:20.1211459Z    Compiling icu_normalizer_data v2.2.0
2026-07-16T23:17:20.1500848Z    Compiling icu_properties_data v2.2.0
2026-07-16T23:17:20.1641736Z    Compiling autocfg v1.5.1
2026-07-16T23:17:20.1761211Z    Compiling percent-encoding v2.3.2
2026-07-16T23:17:20.1991256Z    Compiling http v1.4.1
2026-07-16T23:17:20.3638178Z    Compiling aws-lc-rs v1.17.0
2026-07-16T23:17:20.4161142Z    Compiling unicode-segmentation v1.13.3
2026-07-16T23:17:20.4162869Z    Compiling cpufeatures v0.3.0
2026-07-16T23:17:20.4680773Z    Compiling thiserror v2.0.18
2026-07-16T23:17:20.4765987Z    Compiling scopeguard v1.2.0
2026-07-16T23:17:20.5142866Z    Compiling chacha20 v0.10.0
2026-07-16T23:17:20.5473934Z    Compiling lock_api v0.4.14
2026-07-16T23:17:20.5940991Z    Compiling syn v2.0.117
2026-07-16T23:17:20.6225816Z    Compiling indexmap v2.14.0
2026-07-16T23:17:20.6519166Z    Compiling form_urlencoded v1.2.2
2026-07-16T23:17:20.6520773Z    Compiling untrusted v0.9.0
2026-07-16T23:17:20.6521394Z    Compiling rustls v0.23.40
2026-07-16T23:17:20.6704383Z    Compiling heck v0.5.0
2026-07-16T23:17:20.7800628Z    Compiling atomic-waker v1.1.2
2026-07-16T23:17:20.7909625Z    Compiling anyhow v1.0.102
2026-07-16T23:17:20.8343157Z    Compiling const-oid v0.10.2
2026-07-16T23:17:20.8423943Z    Compiling unicode-xid v0.2.6
2026-07-16T23:17:20.8499152Z    Compiling zerocopy v0.8.50
2026-07-16T23:17:20.8980574Z    Compiling paste v1.0.15
2026-07-16T23:17:20.9282171Z    Compiling convert_case v0.10.0
2026-07-16T23:17:20.9345183Z    Compiling httparse v1.10.1
2026-07-16T23:17:20.9410554Z    Compiling parking_lot_core v0.9.12
2026-07-16T23:17:20.9548216Z    Compiling num-traits v0.2.19
2026-07-16T23:17:21.0291466Z    Compiling hybrid-array v0.4.12
2026-07-16T23:17:21.1081248Z    Compiling jobserver v0.1.34
2026-07-16T23:17:21.1294943Z    Compiling curve25519-dalek v4.1.3
2026-07-16T23:17:21.1665750Z    Compiling ahash v0.8.12
2026-07-16T23:17:21.1824386Z    Compiling either v1.16.0
2026-07-16T23:17:21.1961348Z    Compiling powerfmt v0.2.0
2026-07-16T23:17:21.2679151Z    Compiling http-body v1.0.1
2026-07-16T23:17:21.3325418Z    Compiling base64ct v1.8.3
2026-07-16T23:17:21.3640451Z    Compiling fastrand v2.4.1
2026-07-16T23:17:21.4210651Z    Compiling deranged v0.5.8
2026-07-16T23:17:21.4265808Z    Compiling crypto-common v0.1.7
2026-07-16T23:17:21.4266790Z    Compiling block-buffer v0.10.4
2026-07-16T23:17:21.4391169Z    Compiling cc v1.2.63
2026-07-16T23:17:21.5890793Z    Compiling digest v0.10.7
2026-07-16T23:17:21.6430859Z    Compiling base64 v0.22.1
2026-07-16T23:17:21.6631234Z    Compiling tower-service v0.3.3
2026-07-16T23:17:21.7110992Z    Compiling pem-rfc7468 v1.0.0
2026-07-16T23:17:21.7460182Z    Compiling pkg-config v0.3.33
2026-07-16T23:17:21.7460974Z    Compiling zmij v1.0.21
2026-07-16T23:17:21.7596892Z    Compiling data-encoding v2.11.0
2026-07-16T23:17:21.8181918Z    Compiling mio v1.2.1
2026-07-16T23:17:21.8730716Z    Compiling socket2 v0.6.4
2026-07-16T23:17:21.8921198Z    Compiling getrandom v0.2.17
2026-07-16T23:17:22.0221331Z    Compiling try-lock v0.2.5
2026-07-16T23:17:22.1160754Z    Compiling rand v0.10.1
2026-07-16T23:17:22.1311054Z    Compiling uuid v1.23.2
2026-07-16T23:17:22.1530886Z    Compiling rand_core v0.6.4
2026-07-16T23:17:22.1532074Z    Compiling vcpkg v0.2.15
2026-07-16T23:17:22.1676292Z    Compiling num-conv v0.2.2
2026-07-16T23:17:22.1820796Z    Compiling tinyvec_macros v0.1.1
2026-07-16T23:17:22.2380612Z    Compiling time-core v0.1.8
2026-07-16T23:17:22.2613856Z    Compiling tinyvec v1.11.0
2026-07-16T23:17:22.3080208Z    Compiling want v0.3.1
2026-07-16T23:17:22.3503713Z    Compiling parking_lot v0.12.5
2026-07-16T23:17:22.4460895Z    Compiling sha2 v0.10.9
2026-07-16T23:17:22.5030744Z    Compiling crypto-common v0.2.2
2026-07-16T23:17:22.6138711Z    Compiling block-buffer v0.12.0
2026-07-16T23:17:22.6471763Z    Compiling inout v0.1.4
2026-07-16T23:17:22.6740781Z    Compiling vergen-lib v9.1.0
2026-07-16T23:17:22.7550858Z    Compiling n0-future v0.3.2
2026-07-16T23:17:22.7789953Z    Compiling winnow v1.0.3
2026-07-16T23:17:22.7995741Z    Compiling parking v2.2.1
2026-07-16T23:17:22.8390733Z    Compiling serde_json v1.0.150
2026-07-16T23:17:22.8529468Z    Compiling crossbeam-utils v0.8.21
2026-07-16T23:17:22.9540171Z    Compiling cmake v0.1.58
2026-07-16T23:17:22.9730711Z    Compiling signature v2.2.0
2026-07-16T23:17:23.0046402Z    Compiling httpdate v1.0.3
2026-07-16T23:17:23.0132787Z    Compiling cordyceps v0.3.4
2026-07-16T23:17:23.0211915Z    Compiling spin v0.10.0
2026-07-16T23:17:23.0300562Z    Compiling diatomic-waker v0.2.3
2026-07-16T23:17:23.0780605Z    Compiling ed25519 v2.2.3
2026-07-16T23:17:23.1218129Z    Compiling futures-lite v2.6.1
2026-07-16T23:17:23.1233061Z    Compiling cipher v0.4.4
2026-07-16T23:17:23.1566799Z    Compiling netlink-packet-core v0.8.1
2026-07-16T23:17:23.1810741Z    Compiling universal-hash v0.5.1
2026-07-16T23:17:23.1960544Z    Compiling vergen-lib v0.1.6
2026-07-16T23:17:23.2999170Z    Compiling vergen v9.1.0
2026-07-16T23:17:23.3132565Z    Compiling heapless v0.7.17
2026-07-16T23:17:23.3450317Z    Compiling futures-buffered v0.2.13
2026-07-16T23:17:23.3537976Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-16T23:17:23.3543896Z    Compiling noq-udp v0.10.0
2026-07-16T23:17:23.3882135Z    Compiling sync_wrapper v1.0.2
2026-07-16T23:17:23.4578049Z    Compiling opaque-debug v0.3.1
2026-07-16T23:17:23.4860897Z    Compiling digest v0.11.3
2026-07-16T23:17:23.5120607Z    Compiling allocator-api2 v0.2.21
2026-07-16T23:17:23.5340500Z    Compiling byteorder v1.5.0
2026-07-16T23:17:23.5453901Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-16T23:17:23.5600860Z    Compiling polyval v0.6.2
2026-07-16T23:17:23.6261716Z    Compiling spin v0.9.8
2026-07-16T23:17:23.6738897Z    Compiling vergen-gitcl v1.0.8
2026-07-16T23:17:23.7369775Z    Compiling hash32 v0.2.1
2026-07-16T23:17:23.7876186Z    Compiling ryu v1.0.23
2026-07-16T23:17:23.8301482Z    Compiling signature v3.0.0
2026-07-16T23:17:23.8308682Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-16T23:17:23.8309655Z    Compiling num_threads v0.1.7
2026-07-16T23:17:23.8715154Z    Compiling fallible-iterator v0.3.0
2026-07-16T23:17:23.9447176Z    Compiling tower-layer v0.3.3
2026-07-16T23:17:23.9546713Z    Compiling time v0.3.47
2026-07-16T23:17:23.9622013Z    Compiling ghash v0.5.1
2026-07-16T23:17:23.9841434Z    Compiling sha2 v0.11.0-rc.5
2026-07-16T23:17:24.0020616Z    Compiling ctr v0.9.2
2026-07-16T23:17:24.0504194Z    Compiling aws-lc-sys v0.41.0
2026-07-16T23:17:24.0672231Z    Compiling ring v0.17.14
2026-07-16T23:17:24.0790647Z    Compiling libsqlite3-sys v0.30.1
2026-07-16T23:17:24.0967553Z    Compiling aes v0.8.4
2026-07-16T23:17:24.1324997Z    Compiling fs2 v0.4.3
2026-07-16T23:17:24.1984720Z    Compiling aead v0.5.2
2026-07-16T23:17:24.2760303Z    Compiling http-body-util v0.1.3
2026-07-16T23:17:24.2763314Z    Compiling openssl-probe v0.2.1
2026-07-16T23:17:24.2843024Z    Compiling utf8parse v0.2.2
2026-07-16T23:17:24.3334242Z    Compiling arrayvec v0.7.6
2026-07-16T23:17:24.3466878Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-16T23:17:24.4020817Z    Compiling crossbeam-channel v0.5.15
2026-07-16T23:17:24.4718812Z    Compiling crossbeam-epoch v0.9.18
2026-07-16T23:17:24.5011171Z    Compiling blake3 v1.8.5
2026-07-16T23:17:24.5953316Z    Compiling netlink-packet-route v0.29.0
2026-07-16T23:17:24.6271198Z    Compiling memoffset v0.6.5
2026-07-16T23:17:24.7170613Z    Compiling acto v0.8.2
2026-07-16T23:17:24.7936356Z    Compiling noq v0.18.0
2026-07-16T23:17:24.8010888Z    Compiling netwatch v0.16.0
2026-07-16T23:17:24.8984785Z    Compiling aes-gcm v0.10.3
2026-07-16T23:17:24.9502469Z    Compiling ref-cast v1.0.25
2026-07-16T23:17:25.0500727Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-16T23:17:25.0610887Z    Compiling xml-rs v0.8.28
2026-07-16T23:17:25.0710915Z    Compiling sorted-index-buffer v0.2.1
2026-07-16T23:17:25.0973513Z    Compiling identity-hash v0.1.0
2026-07-16T23:17:25.1445433Z    Compiling mac-addr v0.3.0
2026-07-16T23:17:25.1960215Z    Compiling rustc-hash v2.1.2
2026-07-16T23:17:25.2398307Z    Compiling rustix v1.1.4
2026-07-16T23:17:25.2635577Z    Compiling thiserror v1.0.69
2026-07-16T23:17:25.3080782Z    Compiling foldhash v0.2.0
2026-07-16T23:17:25.3147063Z    Compiling lru-slab v0.1.2
2026-07-16T23:17:25.3800891Z    Compiling tagptr v0.2.0
2026-07-16T23:17:25.4571556Z    Compiling hashbrown v0.16.1
2026-07-16T23:17:25.6126334Z    Compiling netlink-packet-route v0.30.0
2026-07-16T23:17:25.6820887Z    Compiling synstructure v0.13.2
2026-07-16T23:17:25.7115946Z    Compiling darling_core v0.20.11
2026-07-16T23:17:25.7777700Z    Compiling serde_derive_internals v0.29.1
2026-07-16T23:17:26.1433706Z    Compiling proc-macro-crate v3.5.0
2026-07-16T23:17:26.2946035Z    Compiling xmltree v0.10.3
2026-07-16T23:17:26.3450563Z    Compiling termios v0.2.2
2026-07-16T23:17:26.3720790Z    Compiling ioctl-rs v0.1.6
2026-07-16T23:17:26.4645215Z    Compiling errno v0.3.14
2026-07-16T23:17:26.4649874Z    Compiling serial-core v0.4.0
2026-07-16T23:17:26.4800814Z    Compiling simple-dns v0.9.3
2026-07-16T23:17:26.4840807Z    Compiling aho-corasick v1.1.4
2026-07-16T23:17:26.4983402Z    Compiling winnow v0.7.15
2026-07-16T23:17:26.5111676Z    Compiling resolv-conf v0.7.6
2026-07-16T23:17:26.6246196Z    Compiling sha1_smol v1.0.1
2026-07-16T23:17:26.6520445Z    Compiling regex-syntax v0.8.10
2026-07-16T23:17:26.7395710Z    Compiling arrayref v0.3.9
2026-07-16T23:17:26.7924633Z    Compiling smol_str v0.1.24
2026-07-16T23:17:26.8450368Z    Compiling constant_time_eq v0.4.2
2026-07-16T23:17:26.8593647Z    Compiling signal-hook v0.3.18
2026-07-16T23:17:26.8728424Z    Compiling toml_write v0.1.2
2026-07-16T23:17:26.9949649Z    Compiling linux-raw-sys v0.12.1
2026-07-16T23:17:27.0050577Z    Compiling simdutf8 v0.1.5
2026-07-16T23:17:27.0723283Z    Compiling serial-unix v0.4.0
2026-07-16T23:17:27.0998651Z    Compiling signal-hook-registry v1.4.8
2026-07-16T23:17:27.3160863Z    Compiling lru v0.16.4
2026-07-16T23:17:27.3320521Z    Compiling darling_core v0.23.0
2026-07-16T23:17:27.4998383Z    Compiling serde_bytes v0.11.19
2026-07-16T23:17:27.5530951Z    Compiling seize v0.5.1
2026-07-16T23:17:27.6780606Z    Compiling serde_derive v1.0.228
2026-07-16T23:17:27.7054708Z    Compiling zeroize_derive v1.4.3
2026-07-16T23:17:27.7546549Z    Compiling tokio-macros v2.7.0
2026-07-16T23:17:27.9831055Z    Compiling futures-macro v0.3.32
2026-07-16T23:17:28.2721337Z    Compiling zeroize v1.8.2
2026-07-16T23:17:28.4388019Z    Compiling zerofrom-derive v0.1.7
2026-07-16T23:17:28.5799771Z    Compiling tokio v1.52.3
2026-07-16T23:17:28.8877907Z    Compiling yoke-derive v0.8.2
2026-07-16T23:17:29.0106902Z    Compiling futures-util v0.3.32
2026-07-16T23:17:29.0938297Z    Compiling zerovec-derive v0.11.3
2026-07-16T23:17:29.1141723Z    Compiling displaydoc v0.2.6
2026-07-16T23:17:29.7105962Z    Compiling tracing-attributes v0.1.31
2026-07-16T23:17:29.9000412Z    Compiling rustls-pki-types v1.14.1
2026-07-16T23:17:29.9270659Z    Compiling zerofrom v0.1.8
2026-07-16T23:17:30.0350784Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-16T23:17:30.1226303Z    Compiling thiserror-impl v2.0.18
2026-07-16T23:17:30.2423263Z    Compiling yoke v0.8.3
2026-07-16T23:17:30.4880816Z    Compiling zerotrie v0.2.4
2026-07-16T23:17:30.5261548Z    Compiling zerovec v0.11.6
2026-07-16T23:17:30.6859887Z    Compiling darling_macro v0.20.11
2026-07-16T23:17:30.8510898Z    Compiling derive_more-impl v2.1.1
2026-07-16T23:17:30.9310815Z    Compiling n0-error-macros v0.1.3
2026-07-16T23:17:30.9973445Z    Compiling darling v0.20.11
2026-07-16T23:17:31.0651922Z    Compiling derive_builder_core v0.20.2
2026-07-16T23:17:31.1747385Z    Compiling spez v0.1.2
2026-07-16T23:17:31.3229155Z    Compiling tinystr v0.8.3
2026-07-16T23:17:31.4000882Z    Compiling potential_utf v0.1.5
2026-07-16T23:17:31.5588721Z    Compiling icu_collections v2.2.0
2026-07-16T23:17:31.5661145Z    Compiling icu_locale_core v2.2.0
2026-07-16T23:17:31.6080884Z    Compiling der v0.8.0-rc.10
2026-07-16T23:17:31.9284886Z    Compiling pin-project-internal v1.1.13
2026-07-16T23:17:32.0243989Z    Compiling n0-error v0.1.3
2026-07-16T23:17:32.2810596Z    Compiling cobs v0.3.0
2026-07-16T23:17:32.4351755Z    Compiling postcard-derive v0.2.2
2026-07-16T23:17:32.5010828Z    Compiling derive_builder_macro v0.20.2
2026-07-16T23:17:32.5115194Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-16T23:17:32.8357561Z    Compiling icu_provider v2.2.0
2026-07-16T23:17:32.8950961Z    Compiling derive_builder v0.20.2
2026-07-16T23:17:33.0082722Z    Compiling ipnet v2.12.0
2026-07-16T23:17:33.1801312Z    Compiling icu_normalizer v2.2.0
2026-07-16T23:17:33.2683284Z    Compiling icu_properties v2.2.0
2026-07-16T23:17:33.2831012Z    Compiling spki v0.8.0-rc.4
2026-07-16T23:17:33.3950780Z    Compiling futures-executor v0.3.32
2026-07-16T23:17:33.4080565Z    Compiling ed25519-dalek v2.2.0
2026-07-16T23:17:33.4475135Z    Compiling pin-project v1.1.13
2026-07-16T23:17:33.4851383Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-16T23:17:33.5259532Z    Compiling prefix-trie v0.8.4
2026-07-16T23:17:33.6580716Z    Compiling spt-proto v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-16T23:17:33.7768670Z    Compiling ed25519 v3.0.0-rc.4
2026-07-16T23:17:33.7900260Z    Compiling once_cell v1.21.4
2026-07-16T23:17:33.7987946Z    Compiling futures v0.3.32
2026-07-16T23:17:34.0230687Z    Compiling tracing-core v0.1.36
2026-07-16T23:17:34.2420691Z    Compiling data-encoding-macro v0.1.20
2026-07-16T23:17:34.3026603Z    Compiling hashbrown v0.14.5
2026-07-16T23:17:34.3263600Z    Compiling rustls-native-certs v0.8.4
2026-07-16T23:17:34.3498550Z    Compiling iroh-metrics-derive v0.4.1
2026-07-16T23:17:34.3824423Z    Compiling strum_macros v0.28.0
2026-07-16T23:17:34.7372150Z    Compiling tracing v0.1.44
2026-07-16T23:17:34.8125238Z    Compiling tokio-util v0.7.18
2026-07-16T23:17:34.8322814Z    Compiling idna_adapter v1.2.2
2026-07-16T23:17:34.9430030Z    Compiling idna v1.1.0
2026-07-16T23:17:34.9540500Z    Compiling netlink-sys v0.8.8
2026-07-16T23:17:34.9880317Z    Compiling tower v0.5.3
2026-07-16T23:17:35.0791133Z    Compiling hashlink v0.9.1
2026-07-16T23:17:35.1258477Z    Compiling postcard v1.1.3
2026-07-16T23:17:35.2974603Z    Compiling async-trait v0.1.89
2026-07-16T23:17:35.3082922Z    Compiling enum-assoc v1.3.0
2026-07-16T23:17:35.3414426Z    Compiling num_enum_derive v0.7.6
2026-07-16T23:17:35.3478184Z    Compiling derive_more v2.1.1
2026-07-16T23:17:35.4471540Z    Compiling url v2.5.8
2026-07-16T23:17:35.5247044Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-16T23:17:35.6649405Z    Compiling iroh-metrics v0.38.3
2026-07-16T23:17:35.6655524Z    Compiling netdev v0.42.0
2026-07-16T23:17:35.6917998Z    Compiling netlink-proto v0.12.0
2026-07-16T23:17:35.9481176Z    Compiling iroh-relay v0.98.0
2026-07-16T23:17:36.0264644Z    Compiling h2 v0.4.14
2026-07-16T23:17:36.1766747Z    Compiling tokio-stream v0.1.18
2026-07-16T23:17:36.2527061Z    Compiling rusqlite v0.32.1
2026-07-16T23:17:36.2615205Z    Compiling n0-watcher v0.6.1
2026-07-16T23:17:36.2791089Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-16T23:17:36.2940693Z    Compiling iroh-base v0.98.0
2026-07-16T23:17:36.4865994Z    Compiling num_enum v0.7.6
2026-07-16T23:17:36.5411621Z    Compiling attohttpc v0.30.1
2026-07-16T23:17:36.5416604Z    Compiling tower-http v0.6.11
2026-07-16T23:17:36.5530532Z    Compiling moka v0.12.15
2026-07-16T23:17:36.5841217Z    Compiling toml_datetime v0.6.11
2026-07-16T23:17:36.8545964Z    Compiling serde_spanned v0.6.9
2026-07-16T23:17:36.9097069Z    Compiling thiserror-impl v1.0.69
2026-07-16T23:17:36.9197531Z    Compiling ref-cast-impl v1.0.25
2026-07-16T23:17:36.9826116Z    Compiling toml_edit v0.22.27
2026-07-16T23:17:37.0931005Z    Compiling webpki-roots v1.0.7
2026-07-16T23:17:37.1010968Z    Compiling regex-automata v0.4.14
2026-07-16T23:17:37.2050627Z    Compiling schemars_derive v1.2.1
2026-07-16T23:17:37.3150763Z    Compiling strum v0.28.0
2026-07-16T23:17:37.4338325Z    Compiling iroh-dns v0.98.0
2026-07-16T23:17:37.4918616Z    Compiling spt-store v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-16T23:17:37.5412796Z    Compiling hmac v0.12.1
2026-07-16T23:17:37.6669320Z    Compiling iroh v0.98.2
2026-07-16T23:17:37.7686603Z    Compiling bitflags v1.3.2
2026-07-16T23:17:37.8108288Z    Compiling pin-utils v0.1.0
2026-07-16T23:17:37.8350747Z    Compiling dyn-clone v1.0.20
2026-07-16T23:17:37.8876030Z    Compiling rustix v0.38.44
2026-07-16T23:17:37.9323442Z    Compiling cmov v0.5.4
2026-07-16T23:17:37.9953309Z    Compiling nix v0.25.1
2026-07-16T23:17:38.0014542Z    Compiling hkdf v0.12.4
2026-07-16T23:17:38.1410034Z    Compiling backon v1.6.0
2026-07-16T23:17:38.2100526Z    Compiling ctutils v0.4.2
2026-07-16T23:17:38.2731087Z    Compiling darling_macro v0.23.0
2026-07-16T23:17:38.3021036Z    Compiling papaya v0.2.4
2026-07-16T23:17:38.4861470Z    Compiling serial v0.4.0
2026-07-16T23:17:38.5011224Z    Compiling anstyle-parse v1.0.0
2026-07-16T23:17:38.5327266Z    Compiling filedescriptor v0.8.3
2026-07-16T23:17:38.5685309Z    Compiling vte_generate_state_changes v0.1.2
2026-07-16T23:17:38.6310310Z    Compiling linux-raw-sys v0.4.15
2026-07-16T23:17:38.6884744Z    Compiling instability v0.3.12
2026-07-16T23:17:38.8022127Z    Compiling anstyle-query v1.1.5
2026-07-16T23:17:38.8466281Z    Compiling anstyle v1.0.14
2026-07-16T23:17:38.8650852Z    Compiling shell-words v1.1.1
2026-07-16T23:17:38.8750470Z    Compiling is_terminal_polyfill v1.70.2
2026-07-16T23:17:38.8940262Z    Compiling foldhash v0.1.5
2026-07-16T23:17:38.9052928Z    Compiling downcast-rs v1.2.1
2026-07-16T23:17:38.9441514Z    Compiling colorchoice v1.0.5
2026-07-16T23:17:38.9824098Z    Compiling vte v0.13.1
2026-07-16T23:17:39.0385330Z    Compiling anstream v1.0.0
2026-07-16T23:17:39.0436821Z    Compiling hashbrown v0.15.5
2026-07-16T23:17:39.0866528Z    Compiling signal-hook-mio v0.2.5
2026-07-16T23:17:39.1010511Z    Compiling darling v0.23.0
2026-07-16T23:17:39.1145120Z    Compiling spake2 v0.4.0
2026-07-16T23:17:39.1739073Z    Compiling terminal_size v0.4.4
2026-07-16T23:17:39.2000877Z    Compiling strum_macros v0.26.4
2026-07-16T23:17:39.3185796Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-16T23:17:39.3317848Z    Compiling schemars v1.2.1
2026-07-16T23:17:39.4732557Z    Compiling sha1 v0.10.6
2026-07-16T23:17:39.5150830Z    Compiling itertools v0.13.0
2026-07-16T23:17:39.7305836Z    Compiling castaway v0.2.4
2026-07-16T23:17:39.8161264Z    Compiling indoc v2.0.7
2026-07-16T23:17:39.8720665Z    Compiling doctest-file v1.1.1
2026-07-16T23:17:40.0619738Z    Compiling toml v0.8.23
2026-07-16T23:17:40.3500764Z    Compiling regex v1.12.3
2026-07-16T23:17:40.3822672Z    Compiling static_assertions v1.1.0
2026-07-16T23:17:40.4019904Z    Compiling unicode-width v0.1.14
2026-07-16T23:17:40.4450631Z    Compiling clap_lex v1.1.0
2026-07-16T23:17:40.7026318Z    Compiling clap_builder v4.6.0
2026-07-16T23:17:40.7124072Z    Compiling compact_str v0.8.2
2026-07-16T23:17:41.0131389Z    Compiling interprocess v2.4.2
2026-07-16T23:17:41.6151175Z    Compiling spt-msg v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-16T23:17:41.7387885Z    Compiling hyper v1.10.1
2026-07-16T23:17:41.7507247Z    Compiling strum v0.26.3
2026-07-16T23:17:41.8290868Z    Compiling unicode-truncate v1.1.0
2026-07-16T23:17:41.9125932Z    Compiling crossterm v0.28.1
2026-07-16T23:17:41.9674598Z    Compiling lru v0.12.5
2026-07-16T23:17:41.9872583Z    Compiling spt-runtime v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-16T23:17:42.0830835Z    Compiling clap_derive v4.6.1
2026-07-16T23:17:42.1383960Z    Compiling iana-time-zone v0.1.65
2026-07-16T23:17:42.1502349Z    Compiling cassowary v0.3.0
2026-07-16T23:17:42.1801032Z    Compiling unicode-width v0.2.0
2026-07-16T23:17:42.4433500Z    Compiling portable-pty v0.8.1
2026-07-16T23:17:42.4907054Z    Compiling chrono v0.4.45
2026-07-16T23:17:42.5571113Z    Compiling nucleo-matcher v0.3.1
2026-07-16T23:17:42.9740166Z    Compiling spt-term v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-16T23:17:43.0375958Z    Compiling ratatui v0.29.0
2026-07-16T23:17:43.3599779Z    Compiling qrcode v0.14.1
2026-07-16T23:17:43.6280710Z    Compiling tempfile v3.27.0
2026-07-16T23:17:44.0639785Z    Compiling hyper-util v0.1.20
2026-07-16T23:17:44.2390908Z    Compiling clap v4.6.1
2026-07-16T23:17:45.5669929Z    Compiling spt-live v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-16T23:17:45.9748696Z    Compiling igd-next v0.17.1
2026-07-16T23:17:47.1821240Z    Compiling portmapper v0.16.0
2026-07-16T23:17:51.2794443Z    Compiling rustls-webpki v0.103.13
2026-07-16T23:17:53.6710496Z    Compiling tokio-rustls v0.26.4
2026-07-16T23:17:53.6711070Z    Compiling noq-proto v0.17.0
2026-07-16T23:17:53.6713447Z    Compiling rustls-platform-verifier v0.7.0
2026-07-16T23:17:53.8282222Z    Compiling hyper-rustls v0.27.9
2026-07-16T23:17:53.8282780Z    Compiling hickory-net v0.26.0-beta.4
2026-07-16T23:17:53.8283132Z    Compiling tokio-websockets v0.13.2
2026-07-16T23:17:53.9515662Z    Compiling reqwest v0.13.4
2026-07-16T23:17:54.8418630Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-16T23:18:08.5933811Z    Compiling spt-net v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-16T23:18:10.0489206Z    Compiling spt-daemon v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-16T23:18:18.7979388Z    Compiling spt v0.34.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-16T23:18:23.4994024Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s
2026-07-16T23:18:23.5213344Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-583e272be41b6f1f)
2026-07-16T23:18:23.5226529Z 
2026-07-16T23:18:23.5226666Z running 1 test
2026-07-16T23:18:29.7178803Z test new_brain_serves_against_old_broker ... ok
2026-07-16T23:18:29.7179255Z 
2026-07-16T23:18:29.7179532Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.20s
2026-07-16T23:18:29.7179933Z 
